vendor/golang.org/x/net/idna.idnaTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/net/idna (current package)
		tables15.0.0.go#L556: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L572: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L594: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L609: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L613: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L617: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L641: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L657: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L679: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L694: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L698: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L702: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L715: func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {